projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5c56ea
)
GtkCellAreaBox: Use G_PARAM_EXPLICIT_NOTIFY
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 7 Jun 2014 18:07:32 +0000
(14:07 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 9 Jun 2014 17:30:54 +0000
(13:30 -0400)
gtk/gtkcellareabox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcellareabox.c
b/gtk/gtkcellareabox.c
index 05ec4bb957ba09ba3478ffdf03cb7f3844facdf3..c682ec617a11d106b364c86912f896b3a0c19e63 100644
(file)
--- a/
gtk/gtkcellareabox.c
+++ b/
gtk/gtkcellareabox.c
@@
-312,7
+312,7
@@
gtk_cell_area_box_class_init (GtkCellAreaBoxClass *class)
0,
G_MAXINT,
0,
- GTK_PARAM_READWRITE));
+ GTK_PARAM_READWRITE
|G_PARAM_EXPLICIT_NOTIFY
));
/* Cell Properties */
/**